home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / Teaser.Dir / 00063_Script_63 < prev    next >
Text File  |  1998-04-28  |  160b  |  9 lines

  1. on mousedown
  2.   if sprite 12 intersects 13 then
  3.     if the doubleClick then 
  4.       puppetsound(3) "shot"
  5.       go frame "got'im"
  6.     end if
  7.   end if
  8. end
  9.